Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devit #81

Merged
merged 7 commits into from
Jul 31, 2024
Merged

devit #81

merged 7 commits into from
Jul 31, 2024

Conversation

conneroisu
Copy link
Owner

  • feat(ci): add initial dev-ci workflow ci(github-actions): setup CI pipeline for dev environment chore(workflows): create GitHub Actions workflow for dev checks ci: integrate task running in dev-ci workflow feat(github-actions): automate task execution in CI ci: add arduino task setup in GitHub Actions workflow refactor(ci): improve task execution feedback in dev-ci workflow ci: ensure task presence check in CI workflow ci(github): enforce task execution in development CI pipeline chore: set up GitHub Actions for main branch pull requests
  • fix(browser): change OpenBrowser to return an error
  • remove unused
  • add comment to limit string length
  • fix(static): remove unused body variable docs(static): add documentation for NewStaticCmd function fix(static): handle error when getting URL in static command fix(static): ensure body is written with error handling fix(static): correct function name in getURLFileName fix(static): add error handling for file write operations refactor(static): streamline static command creation perf(static): improve error handling and resource management feat(static): enhance error messaging in static command chore(static): code cleanup and minor improvements in static command
  • fix(parsers): remove redundant check on selectors existence feat(sql): add UpsertURLOnURL function for url upsert with conflict handling chore(logging): add debug log to CreateTextDocumentCompletion function fix(parsers): replace InsertURL with UpsertURL in GetSelectors for idempotency refactor(sql): streamline upsert logic for urls in queries files style(sql): add logical grouping and documentation to urls.sql refactor(parsers): simplify selector extraction by removing conditional append fix(parsers): correct function call to use UpsertURLParams instead of InsertURLParams docs(sql): add comments and improve readability in urls.sql
  • fix(complete): fix completions for structs

ci(github-actions): setup CI pipeline for dev environment
chore(workflows): create GitHub Actions workflow for dev checks
ci: integrate task running in dev-ci workflow
feat(github-actions): automate task execution in CI
ci: add arduino task setup in GitHub Actions workflow
refactor(ci): improve task execution feedback in dev-ci workflow
ci: ensure task presence check in CI workflow
ci(github): enforce task execution in development CI pipeline
chore: set up GitHub Actions for main branch pull requests
refactor(browser): remove unnecessary log package import

fix(browser): handle unsupported platforms with an error return

refactor(browser): return errors immediately in OpenBrowser function

style(browser): omit error variable declaration in OpenBrowser

fix(browser): remove redundant variable declaration in OpenBrowser

chore(browser): update OpenBrowser function signatures for consistency

enhance(browser): improve error handling in OpenBrowser

refactor(browser): simplify OpenBrowser function by reducing control flow

fix(browser): adjust OpenBrowser to specific runtime detection
docs(static): add documentation for NewStaticCmd function
fix(static): handle error when getting URL in static command
fix(static): ensure body is written with error handling
fix(static): correct function name in getURLFileName
fix(static): add error handling for file write operations
refactor(static): streamline static command creation
perf(static): improve error handling and resource management
feat(static): enhance error messaging in static command
chore(static): code cleanup and minor improvements in static command
feat(sql): add UpsertURLOnURL function for url upsert with conflict handling
chore(logging): add debug log to CreateTextDocumentCompletion function
fix(parsers): replace InsertURL with UpsertURL in GetSelectors for idempotency
refactor(sql): streamline upsert logic for urls in queries files
style(sql): add logical grouping and documentation to urls.sql
refactor(parsers): simplify selector extraction by removing conditional append
fix(parsers): correct function call to use UpsertURLParams instead of InsertURLParams
docs(sql): add comments and improve readability in urls.sql
@conneroisu conneroisu merged commit 7072e6d into main Jul 31, 2024
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant